home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox / Internet Publisher's Toolbox.iso / browsers / panorama / setup.ini < prev    next >
INI File  |  1995-03-10  |  7KB  |  210 lines

  1. #
  2. # FILE: setup.ini
  3. # VERSION: @(#) setup.ini 2.6  94/09/13
  4. #       Copyright (c) 1994 SoftQuad Inc.
  5. # DESCRIPTION:
  6. #
  7. #       The script roughly does the following in order:
  8. #
  9. #               create the setup screen, throw up a welcome dialog, get and 
  10. #               create the application directory, install the product, create
  11. #               or modify the program group ( this can be skipped ), and provide
  12. #               some options to the user at the end.
  13. #
  14. #       This file allows you to configure what the script does, and is split
  15. #       along the same lines as the script.
  16. #
  17. #       The file is like a normal MS-Windows .ini file.  It contains
  18. #       into sections of key-value pairs.  Example:
  19. #
  20. #       [SectionName]
  21. #       key1=value1
  22. #       key2=value2
  23. #
  24. #       Trailing and leading blanks are ignored.  Enclose the value
  25. #       in single or double quotes if you need the blanks.
  26. #
  27.  
  28. ################################################################################
  29. # Screen Initialization
  30. ################################################################################
  31.  
  32. [Screen]
  33. screenTitle=   SoftQuad Panorama 1.0
  34.  
  35.  
  36. ################################################################################
  37. # Welcome section
  38. #
  39. #       Throws up a welcome dialog with at most 10 lines of text
  40. #       Leading spaces are ignored, unless you quote the string
  41. #       In the example below lines 1,4,8,9 and 10 will be left blank.
  42. #       Line2 and line3 will be indented.
  43. ################################################################################
  44.  
  45. [Welcome]
  46.  
  47. line2= "Welcome to SoftQuad Panorama 1.0, the first SGML"
  48. line3= "browser for the World Wide Web."
  49. line4= "NOTE: In order to successfully install Panorama you"
  50. line5= "must have installed and run Spyglass Enhanced Mosaic on"
  51. line6= "your system. If you have not done this, please exit now and"
  52. line7= "install and run Mosaic."
  53. # make a check to determine if emosaic.ini has been installed in windows
  54. checkMosaicIni = yes
  55.  
  56. ################################################################################
  57. # The (top-level) application directory ( e.g. D:\AE )
  58. #
  59. # gets directory of user choosing, verifies that there is enough disk space
  60. # and creates the directory if this is a new installation
  61. ################################################################################
  62.  
  63. [ApplicationDirectory]
  64.  
  65. # if installing on top of an old installation, give a "tag file" whose existence
  66. # the script can check
  67. #
  68. # if this is a new installation, the top-level directory will be automatically 
  69. # created
  70.  
  71. #newInstallation=no
  72. #tagFile=ae.exe
  73. newInstallation = yes
  74.  
  75. # dont prompt for installation location
  76. skipDialog=no
  77. # the Windows drive will be automatically prepended
  78. defaultLocation= "\softquad\panorama"
  79.  
  80. # Bytes used up by the complete installation.  The script will add on the overhead.
  81. # You will have to total up the sizes below ( in Installing ).
  82. spaceNeeded=3000000
  83.  
  84. # Header text for the application directory dialog
  85. # Maximum of six lines of header 
  86.  
  87. line1= Setup will install this application into the 
  88. line2= directory appearing below.
  89. line3= If you want to install Panorama in a different directory
  90. line4= simply type in the full path name of the directory in the
  91. line5= space below.
  92.  
  93. #################################################################################
  94. # Installing 
  95. #
  96. #       The application directory is already created.  The installation part of 
  97. # the script will creates the sub-directories, which you must specify.
  98. #
  99. # It then installs the disks, one by one.
  100. #
  101. #################################################################################
  102.  
  103. [Directories]
  104.  
  105. # number = 0 is legitimate 
  106. number = 5
  107.  
  108. # the application directory is already created
  109. # specify relative to the top-level directory, all the other directories to be created
  110.  
  111. dir1= catalog
  112. dir2= catalog\icon
  113. dir3= entityrc
  114. dir4= manual
  115. dir5= tmp
  116.  
  117. [Disks]
  118.  
  119. number = 1
  120. # the full label on a disk is, typically, SoftQuad Panorama 1.0 Disk 2.
  121. # the script will add the Disk 2
  122. diskLabel= SoftQuad Panorama 1.0
  123.  
  124. # Compressed File Description:
  125. # name,target directory relative to application directory, description
  126. # for status bar, total uncompressed size 
  127.  
  128. [Disk1]
  129.  
  130. files=5
  131. file1=top.z,.,Expanding and installing Panorama and configuration files ...,2300000
  132. file2=catalog.z,catalog,Expanding and installing Panorama catalog ...,316000
  133. file3=icon.z,catalog\icon,Expanding and installing Panorama icons  ...,13000
  134. file4=entity.z,entityrc,Expanding and installing Panorama entities ...,34000
  135. file5=manual.z,manual,Expanding and installing Panorama manual ...,330000
  136.  
  137. # number = 0 is legit
  138. number = 0
  139.  
  140. ##################################################################################
  141. # Program group section
  142. #
  143. #       NOTE:  a group name may NOT contain double quotes, commas, or parentheses.
  144. #
  145. ##################################################################################
  146.  
  147. [ProgramGroup]
  148.  
  149. skipProgramGroup = no
  150.  
  151. #### Removing old groups ####
  152. # set to yes if you want to remove an old program group e.g. A/E 3.0's group
  153. removeOldGroup=no
  154.  
  155. #### Creating or checking for existing program group ####
  156. createGroup     = yes
  157. defaultGroupName = SoftQuad WWW Applications
  158. # defaultGroupFile useful only if creating a new group
  159. defaultGroupFile = SQWWW.GRP
  160.  
  161. #### Adding new items ####
  162. # no of items to add to/replace in the group, 0 is o.k.
  163. items = 1
  164.  
  165. # Item Description
  166. # ----------------
  167. # binary, command line arguments, description
  168. #
  169. # Give binary relative to the application directory, the script will prepend the
  170. # application directory.  The working directory will be the application directory.
  171. #
  172. # NOTE:  the description may NOT contain double quotes, commas or parentheses
  173. #
  174.  
  175. item1=panmsg.exe, ,SoftQuad Panorama 1.0
  176.  
  177. #### header text for the program group dialog ####
  178. # maximum of 8 lines allowed as header text
  179.  
  180. line1= Setup will create a program group in the Program Manager
  181. line2= with the following file name and description.
  182. line3= NOTE: Any existing program group with the same name will
  183. line4= be replaced.
  184. line5= If you want to create the group with a different name or 
  185. line6= description, change the fields below:
  186.  
  187. ###########################################################################
  188. # End Options
  189. #
  190. #       Once the installation is done and the program group is created,
  191. # give the user the option to register product and/or view readme file
  192. #
  193. # The readme file, for now, is README.WRI and must be in the installation
  194. # top-level directory.
  195. ###########################################################################
  196.  
  197. [EndOptions]
  198.  
  199. writeMosaicIni=yes
  200. mosaicBakDlog=yes
  201.  
  202. skipEndOptions = yes
  203.  
  204. registerProduct = no
  205. theRegisterProgram = REGISTN.EXE
  206. product = Panorama
  207.  
  208. [InstallIni]
  209. file = panorama.ini
  210.